dotnetCHARTING Send comments on this topic.
Add(SubValue[]) Method
See Also 
dotnetCHARTING Namespace > SubValueCollection Class > Add Method : Add(SubValue[]) Method


subValueList
A list of SubValue objects to add.
Adds the specified SubValue objects to this collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Add( _
   ByVal ParamArray subValueList() As SubValue _
) 
Visual Basic (Usage)Copy Code
Dim instance As SubValueCollection
Dim subValueList() As SubValue
 
instance.Add(subValueList)
C# 
public void Add( 
   params SubValue[] subValueList
)

Parameters

subValueList
A list of SubValue objects to add.

See Also

© 2010 All Rights Reserved.